/* @override 
	http://framework.local/wp-content/themes/wp-framework-theme/style.css?* */

/*
	Theme Name: Yeeboo WP Framework - Theme
	Theme URI: http://yeeboodigital.com
	Description: Custom theme development built on ACF blocks + Bootstrap.
	Version: 2.0
	Author: Dale Mugford & Yeeboo Digital
	Author URI: http://yeeboodigital.com
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* @group Global */

body {
	-webkit-font-smoothing: antialiased;
}

a {
	color: #146597;
}

:focus:not(:focus-visible) {
	outline: none
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 110%;
}

.content {
	overflow: hidden;
}

.wrapper > .content {
	min-height: 550px;
}

blockquote {
	margin: 0;
}

::-moz-selection {
	background-color: #146597;
	color: #fff;
}

::selection {
	background-color: #146597 !important;
	color: #fff !important;
}

/* @end */

/* @group Bootstrap */

/* @group Dropdown Menus */

.dropdown-toggle {
	background: none !important;
	color: #666 !important;
	text-transform: capitalize !important;
	font-weight: normal !important;
	border: 1px solid #666 !important;
	box-shadow: 0px 2px 2px rgba(0,0,0,.25) !important;
}

.dropdown-menu {
	margin-top: 180px;
	width: 263px !important;
	box-shadow: 0px 2px 2px rgba(0,0,0,.25) !important;
	font-size: 18px;
}

.dropdown-menu .active, .dropdown-menu a:active {
	background-color: #00B2A9;
}

/* @end */

/* @end */

/* @group CSS Heart Loader */

.lds-heart {
	display: none;
	position: relative;
	width: 80px;
	height: 80px;
	transform: rotate(45deg);
	transform-origin: 40px 40px;
}

.lds-heart div {
	top: 32px;
	left: 32px;
	position: absolute;
	width: 32px;
	height: 32px;
	background: #2A6EBB;
	animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after, .lds-heart div:before {
	content: " ";
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #2A6EBB;
}

.lds-heart div:before {
	left: -24px;
	border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
	top: -24px;
	border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
0% {
	transform: scale(0.95);
}

5% {
	transform: scale(1.1);
}

39% {
	transform: scale(0.85);
}

45% {
	transform: scale(1);
}

60% {
	transform: scale(0.95);
}

100% {
	transform: scale(0.9);
}
}

/* @end */

/* @group Global Header */

header {
	box-shadow: 2px 1px 10px rgba(0,0,0,.1);
}

header .logo img {
	max-width: 240px;
	height: auto;
}

header .menu-button {
	line-height: 60px;
	height: 80px;
}

/* @end */

/* @group Hamburger */

.hamburger-box {
	width: 50px;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background-color: #0677FF;
	width: 50px;
	height: 3px;
	border-radius: 0;
	content: '';
	display: inline-block;
}

header .hamburger-inner:before {
	margin-top: 2px;
}

header .hamburger-inner:after {
	margin-top: 4px;
}

header .is-active .hamburger-inner:before {
	margin-top: 2px;
}

header .is-active .hamburger-inner:after {
	margin-top: 2px;
}

header .hamburger:hover, header .hamburger.is-active:hover {
	opacity: 0.95;
}

/* MOBILE */

@media (max-width: 768px) {
	header .logo {
		height: auto;
		max-height: 80px;
		padding: 20px;
		text-align: center;
	}
	
	header img {
		margin: 0 auto;
		max-width: 260px;
		height: auto;
	}
	
	header .hamburger-inner, header .hamburger-inner:before, header .hamburger-inner:after, header .hamburger.is-active .hamburger-inner, header .hamburger.is-active .hamburger-inner:after, header .hamburger.is-active .hamburger-inner:before {
		background-color: #FFF;
	}
}

/* @end */

/* @group MMenu */

nav#menu {
	background-color: #fff;
	padding: 5%;
	top: 80px;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

/* @group Menu Search */

form.searchform {
	margin-bottom: 30px;
}

form.searchform .offscreen {
	display: none;
}

form.searchform label, form.searchform input {
	width: 100%;
	padding: 0;
	margin: 0;
}

form.searchform input[value=""] {
	background: rgba(255,255,255,.25);
}

form.searchform input {
	border: 0 !important;
	height: 37px;
	padding: 4px;
	margin-bottom: 0px !important;
	min-width: 100% !important;
	box-shadow: 0px 2px 5px rgba(0,0,0,.2);
	background: rgba(255,255,255,1);
	border-radius: 4px;
}

form.searchform input:focus {
	background: rgba(255,255,255,1);
}

form.searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0,0,0,.3);
}

form.searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0,0,0,.3);
}

form.searchform :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0,0,0,.3);
}

form.searchform :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0,0,0,.3);
}

nav#menu .btn {
	width: 100% !important;
	margin-bottom: 0px !important;
	box-shadow: 0px 2px 5px rgba(0,0,0,.2);
	min-width: auto !important;
	padding-left: 0;
	padding-right: 0;
}

/* @end */

nav#menu:not( .mm-menu ) {
	display: none;
}

nav#menu.mm-menu_offcanvas {
	width: 60%;
	min-width: 60%;
	max-width: 60%;
}

nav#menu div {
	background-color: transparent !important;
}

nav#menu a {
	font-size: 28px;
	padding: 25px;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

nav#menu .mm-listitem:after {
	border-color: rgba(0,0,0,.2) !important;
	border-width: 1px;
}

nav#menu .mm-btn_next {
	background: none !important;
	border-color: rgba(0,0,0,.2) !important;
	border-width: 1px;
	padding-left: 36px;
	margin-top: 10px;
}

nav#menu .sub-menu .mm-listitem:after {
	border-color: transparent !important;
}

nav#menu .mm-btn_next:after {
	height: 12px;
	width: 12px;
	border-color: #17C4EB;
	border-width: 4px;
}

nav#menu .sub-menu {
	padding: 0 6% 6% 6%;
}

nav#menu .sub-menu a {
	font-size: 20px;
	padding: 10px 0;
}

nav#menu .sub-menu a:hover {
	font-weight: bold;
}

nav#menu a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	nav#menu {
		top: 160px;
		padding: 3%;
	}
	
	nav#menu.mm-menu_offcanvas {
		width: 100%;
		min-width: 100%;
		max-width: none;
	}
}

/* @end */

/* @group Blog */

.blog-header {
	background: url(/wp-content/uploads/2020/09/whoweareheader.jpg) center center no-repeat;
	background-size: cover;
	min-height: 30vh;
	width: auto;
}

.story-categories h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.blog-featured-image {
	height: 20vw;
	max-height: 250px;
	background-position: center 30%;
	background-size: cover;
}

.blog-featured-image.landscape {
	height: 20vw;
	max-height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ybd-post-wrapper h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.ybd-post-wrapper .post-meta {
	font-weight: bold;
}

@media (max-width: 576px) {
	.blog-featured-image {
		min-height: 50vw;
	}
}

/* @group Single Post */

.single-post-featured-image {
	height: 40vw;
	max-height: 700px;
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat;
}

.single-post-header {
	border-bottom: 2px solid #5F6265;
}

.single-post-content {
	font-size: 20px;
}

.single-post-content a {
	text-decoration: underline;
}

.single-post-content .aligncenter {
	height: auto;
	margin-bottom: 20px;
}

.single-post-content .alignleft {
	font-size: 80%;
	float: left;
	margin-right: 20px;
}

.single-post-content .alignright {
	font-size: 80%;
	float: right;
	margin-left: 20px;
}

.single-post-content div > blockquote * {
	line-height: 1.4em;
}

.single-post-content .row > .col-10 > p> img, .single-post-content .row > .col-10 > img, .single-post-content p > a > img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto 20px !important;
}

@media (max-width: 768px) {
	.single-post-content {
		font-size: 18px;
	}
}

/* @group Related Content */

.related-content {
	background-color: rgba(151, 153, 155, 0.4);
}

/* @end */

/* @end */

/* @end */

/* @group Single Events */

.bg-image {
	min-height: 60vh;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 768px) {
	.bg-image {
		min-height: 40vh;
	}
}

/* @end */

/* @group Global Footer */

footer {
	box-shadow: -2px -1px 10px rgba(0,0,0,.1);
}

footer .social, footer .logo {
	min-height: 80px;
}

footer .logo img {
	max-width: 300px;
}

footer .social a .fab {
	color: #146597;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer li {
	display: inline-block;
}

@media (max-width: 576px) {
	footer li {
		display: block;
	}
	
	footer li:after {
		content: '';
		display: none;
	}
}

footer li:after {
	content: '|';
	margin-right: 2px;
	margin-left: 6px;
}

footer li:last-child:after {
	content: '';
	display: none;
}

/* @end */

/* @group Admin Bar */

.admin-bar #menu {
	top: 112px;
}

@media screen and (max-width: 768px) {
	.admin-bar #menu {
		top: 206px;
	}
	
	#wpadminbar {
		position: fixed;
	}
}

/* @end */

/* XS */

@media (max-width: 576px) {
	
}

/* SM */

@media (max-width: 768px) {
	header .menu-button {
		background-color: #2A6EBB;
	}
}
/* MD */

@media (max-width: 992px) {
	.hamburger {
		width: 100%;
	}
	
	header > .container {
		max-width: 100%;
	}
}

/* LG */

@media (max-width: 1200px) {
	
}


